projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfaa6df
)
* configure.ac: Revert prev commit and fix native-comp NetBSD build.
author
Andrea Corallo
<akrl@sdf.org>
Wed, 14 Apr 2021 21:58:23 +0000
(23:58 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 14 Apr 2021 21:58:54 +0000
(23:58 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0e91a49488c60699519132f7aa0d092180b1e290..3298032311f812c509b65b0739e53efe946a4daa 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3826,7
+3826,7
@@
if test "${with_native_compilation}" != "no"; then
# mingw32 loads the library dynamically.
mingw32) ;;
# OpenBSD doesn't have libdl, all the functions are in libc
-
free
bsd|openbsd)
+
net
bsd|openbsd)
LIBGCCJIT_LIB="-lgccjit" ;;
*)
LIBGCCJIT_LIB="-lgccjit -ldl" ;;